home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / progwin.zip / POPPAD2.ZIP / POPPAD2.H < prev    next >
Text File  |  1991-10-05  |  403b  |  21 lines

  1. /*------------------------------
  2.     POPPAD2.H  header file
  3.  ------------------------------*/
  4.  
  5.  
  6.   #define IDM_NEW        1
  7.   #define IDM_OPEN    2
  8.   #define IDM_SAVE    3
  9.   #define IDM_SAVEAS    4
  10.   #define IDM_PRINT    5
  11.  
  12.   #define IDM_EXIT    6
  13.   #define IDM_ABOUT    7
  14.  
  15.   #define IDM_UNDO    8
  16.   #define IDM_CUT        9
  17.   #define IDM_COPY    10
  18.   #define IDM_PASTE    11
  19.   #define IDM_CLEAR    12
  20.   #define IDM_SELALL    13
  21.